-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(goal_planner): use departure_check_lane for path #9423
fix(goal_planner): use departure_check_lane for path #9423
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
943fa4b
to
3fa0451
Compare
Signed-off-by: kosuke55 <[email protected]>
3fa0451
to
e250800
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9423 +/- ##
==========================================
- Coverage 28.95% 28.94% -0.02%
==========================================
Files 1426 1431 +5
Lines 108251 108309 +58
Branches 41399 41397 -2
==========================================
Hits 31349 31349
- Misses 73868 73926 +58
Partials 3034 3034
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Description
use departure_check_lane ( introduced in #8716 ) for shift/geoetric planner too.
currently pull over path with large vehicle is sometimes judged as invalid with lanedeparture check.
lane departure_check_lane is as follow.
yellow lanes are for lane departure check
Related links
How was this PR tested?
2024/11/21 https://evaluation.tier4.jp/evaluation/reports/03a71a48-7d44-536e-8020-34c7e9ed2dbf/?project_id=prd_jt
2024/11/21 https://evaluation.tier4.jp/evaluation/reports/2619a5e5-c10d-554e-9aed-3b8cb1536fb8/?project_id=prd_jt
2024/11/21 https://evaluation.tier4.jp/evaluation/reports/52631ab7-e143-5606-9c28-04f30c07d14a/?project_id=prd_jt
scenario sim
path without departure is not found and ego vehicle is stuck
lc_goal_planner-2024-11-21_17.54.26.mp4
lc_goal_planner-2024-11-21_18.12.28.mp4
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.